html,
body {
    font-family: Montserrat, sans-serif;
    user-select: none;
    height: 100%;
}

body {
    display: none;
}

.container {
    position: relative;
    top: 50%;
    margin: -150px auto;
    width: 400px;
    height: 300px;
    background-color: #0c0c0c91;
    border-radius: 15px;
}

.jobname {
    color: white;
    text-align: center;
    margin: 0;
    font-size: 40px;
    padding: 5px;
}

.buttons { 
    text-align: center;
    margin: 5px 0 0 0;
}

.buttons a {
    width: 200px;
    margin: 0 0 10px 0;
    font-size: 18px;
    /* padding: 5px; */
}

.disclaimer {
    color: white;
    width: 300px;
    margin: 0px auto 0 auto;
    text-align: center;
}